Enable ACM on PPC
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 4 Jun 2007 13:40:12 +0000 (14:40 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 4 Jun 2007 13:40:12 +0000 (14:40 +0100)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
xen/arch/powerpc/setup.c

index 4161a023aaaa2cd07728b98646be884c968ee506..6721d3564e0faf63fd5a48dcd4684e8fdf16106c 100644 (file)
@@ -356,6 +356,8 @@ static void __init __start_xen(multiboot_info_t *mbi)
 
     start_of_day();
 
+    acm_init(NULL, 0);
+
     mpic_setup_this_cpu();
 
     /* Deal with secondary processors.  */